linux-awk

Posted by Charlie on 2019-05-22

截取字符串

awk -F “query account result=” ‘{print $1}’

截取 query account result= 之后的字符串输出